Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Updated syn to 2.0.3 #2702

Closed
wants to merge 1 commit into from
Closed

[Merged by Bors] - Updated syn to 2.0.3 #2702

wants to merge 1 commit into from

Conversation

Razican
Copy link
Member

@Razican Razican commented Mar 20, 2023

This Pull Request fixes/closes #2700. It updates the syn dependency to v2.

I had to activate the "full" feature in order to make have the tuple elements available in boa_macros/src/lib.rs line 81. Maybe we could look for a different way of doing this (didn't spend time on it), to avoid activating all features of syn.

@Razican Razican added the dependencies Pull requests that update a dependency file label Mar 20, 2023
@Razican Razican added this to the v0.17.0 milestone Mar 20, 2023
@github-actions
Copy link

github-actions bot commented Mar 20, 2023

Test262 conformance changes

Test result main count PR count difference
Total 94,277 94,277 0
Passed 70,989 70,989 0
Ignored 17,324 17,324 0
Failed 5,964 5,964 0
Panics 14 14 0
Conformance 75.30% 75.30% 0.00%

@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #2702 (4237e6c) into main (431a358) will increase coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2702      +/-   ##
==========================================
+ Coverage   49.31%   49.46%   +0.14%     
==========================================
  Files         396      392       -4     
  Lines       39725    39605     -120     
==========================================
  Hits        19592    19592              
+ Misses      20133    20013     -120     

see 16 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jedel1043
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Mar 22, 2023
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add any
information as you feel necessary.
--->

This Pull Request fixes/closes #2700. It updates the `syn` dependency to v2.

I had to activate the "full" feature in order to make have the tuple elements available in `boa_macros/src/lib.rs` line 81. Maybe we could look for a different way of doing this (didn't spend time on it), to avoid activating all features of `syn`.
@bors
Copy link

bors bot commented Mar 22, 2023

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Updated syn to 2.0.3 [Merged by Bors] - Updated syn to 2.0.3 Mar 22, 2023
@bors bors bot closed this Mar 22, 2023
@bors bors bot deleted the update_syn branch March 22, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants